parse: Rename function for swiss grid conversion.
authoroliskoli <oliskoli>
Sun, 24 Aug 2008 16:27:16 +0000 (16:27 +0000)
committeroliskoli <oliskoli>
Sun, 24 Aug 2008 16:27:16 +0000 (16:27 +0000)
parse.c

diff --git a/parse.c b/parse.c
index 9c5e47e35db2b31f69efaf3df80b98fe98427afc..9b49b8b3270af5a81721ba3781c85a441e1ef7dc 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -209,7 +209,7 @@ parse_coordinates(const char *str, int datum, const grid_type grid,
                        ct = sscanf(str, format,
                                &east, &north, &result);
                        valid = (ct == 2);
-                       GPS_Math_CH1903_NGEN_To_WGS84(east, north, &lat, &lon);
+                       GPS_Math_Swiss_EN_To_WGS84(east, north, &lat, &lon);
                        break;
                }
                default: